home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tmlwgtsn / example.dfm / example.txt
Text File  |  1996-09-15  |  867b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 225
  3.   Top = 308
  4.   Width = 736
  5.   Height = 300
  6.   Caption = 'frmExample'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object MLLabel2: TMLLabel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 728
  18.     Height = 273
  19.     Hint = 'This is the danish hint'
  20.     Align = alClient
  21.     AlignMent = taCenter
  22.     Caption = 'Danish Caption For this Control'
  23.     Font.Color = clBlack
  24.     Font.Height = -48
  25.     Font.Name = 'Times New Roman'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     OnClick = FormCreate
  31.     IniParam = 'frmExample_MLLabel2_Caption'
  32.     IniHint = 'frmExample_MLLabel2_Hint'
  33.   end
  34.   object ExampleWizard: TMLWizard
  35.     LanguageIni = 'C:\ZIP\TMLTEST.INI'
  36.     Left = 16
  37.     Top = 36
  38.   end
  39. end
  40.